ostree: Add gpg-sign command
authorMatthew Barnes <mbarnes@redhat.com>
Wed, 25 Feb 2015 18:55:14 +0000 (13:55 -0500)
committerMatthew Barnes <mbarnes@redhat.com>
Thu, 26 Feb 2015 17:53:01 +0000 (12:53 -0500)
commita5b002dae6aea50dc1cc2b50bdc3516c3066de40
tree788274695b457cbfda734e7d696036b9e8b87f7b
parent152dcf89b59b75a78f9c03b65773dcae13f105ad
ostree: Add gpg-sign command

Signs a commit with one or more GPG keys.
Makefile-ostree.am
doc/Makefile.am
doc/ostree-gpg-sign.xml [new file with mode: 0644]
src/ostree/main.c
src/ostree/ot-builtin-gpg-sign.c [new file with mode: 0644]
src/ostree/ot-builtins.h
tests/test-gpg-signed-commit.sh